home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 28 / develop issue 28 code / sketch / source / appleevent / oslclassapplication.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-25  |  720 b   |  24 lines

  1. /****************************************************************************
  2.  * 
  3.  * OSLClassApplication.h
  4.  * 
  5.  * OSL support for the cApplication Apple Event Registry object
  6.  *
  7.  ****************************************************************************/
  8.  
  9. #include <AppleEvents.h>
  10. #include <AEObjects.h>
  11. #include <AEPackObject.h>
  12.  
  13. #ifndef    __OSLCLASSAPPLICATION__
  14. #define    __OSLCLASSAPPLICATION__
  15.  
  16. // ----------------------------------------------------------------------------
  17.  
  18. OSErr InstallApplicationAccessors    (void);
  19.  
  20. OSErr ApplicationEventDispatcher        (AEDesc *token, const AppleEvent *message, AppleEvent *reply, long refcon);
  21.  
  22. // ----------------------------------------------------------------------------
  23.  
  24. #endif